home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(44) or rollOver(45) or rollOver(46) or rollOver(47) or rollOver(48) then
- cursor([69, 70])
- else
- cursor(-1)
- end if
- if mouseDown() then
- if (the clickOn < 29) and (the clickOn > 4) then
- set firstcard to the clickOn
- set thisobj to getAt(objlist, firstcard - 4)
- if the myside of thisobj = 0 then
- turnupa(thisobj)
- go("judge_cards")
- end if
- end if
- end if
- go(the frame)
- end
-